tree list model: Add docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 17 Sep 2018 03:06:19 +0000 (23:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 17 Sep 2018 03:07:00 +0000 (23:07 -0400)
gtk/gtktreelistmodel.c

index 6904681c3e862303aa56187b3bf947578ab5e75e..cbbc073cf7c49583ee77a4430bc6bd32b6db2fc3 100644 (file)
 #include "gtkintl.h"
 #include "gtkprivate.h"
 
+/**
+ * SECTION:gtktreelistmodel
+ * @Short_description: a List model that can create child models on demand
+ * @Title: GtkTreeListModel
+ * @See_also: #GListModel
+ *
+ * #GtkTreeListModel is a #GListModel implementation that can expand rows
+ * by creating new child list models on demand.
+ */
+
 enum {
   PROP_0,
   PROP_AUTOEXPAND,